home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / sync / sun4.md / md.mk < prev   
Text File  |  1989-02-10  |  928b  |  27 lines

  1. #
  2. # Prototype Makefile for machine-dependent directories.
  3. #
  4. # A file of this form resides in each ".md" subdirectory of a
  5. # command.  Its name is typically "md.mk".  During makes in the
  6. # parent directory, this file (or a similar file in a sibling
  7. # subdirectory) is included to define machine-specific things
  8. # such as additional source and object files.
  9. #
  10. # This Makefile is automatically generated.
  11. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  12. #
  13. # Generated from /sprite/lib/mkmf/Makefile.md
  14. # Fri Feb 10 14:27:30 PST 1989
  15. #
  16. # For more information, refer to the mkmf manual page.
  17. #
  18. # $Header: Makefile.md,v 1.3 88/06/06 17:23:47 ouster Exp $
  19. #
  20. # Allow mkmf
  21.  
  22. SRCS        = syncLock.c syncSleep.c syncStat.c syncUser.c
  23. HDRS        = sync.h syncInt.h
  24. MDPUBHDRS    = 
  25. OBJS        = sun4.md/syncLock.o sun4.md/syncSleep.o sun4.md/syncStat.o sun4.md/syncUser.o
  26. CLEANOBJS    = sun4.md/syncLock.o sun4.md/syncSleep.o sun4.md/syncStat.o sun4.md/syncUser.o
  27.